psycopg can't find postgres process

Поиск
Список
Период
Сортировка
От Christoph Pingel
Тема psycopg can't find postgres process
Дата
Msg-id a06100502be44dca19157@[62.224.46.210]
обсуждение исходный текст
Список pgsql-general
Trying to connect with a pgsql 8 server (locally), psycopg return this error:

Traceback (most recent call last):
   File "<stdin>", line 1, in ?
psycopg.OperationalError: could not connect to server: ?R@
         Is the server running locally and accepting
         connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

There is nothing like postgres under /var/run/, so I'm wondering how
I can find out the the db server is running. Is this a known problem?
Could it have to do with the search path (I have to specify to
absolut path to start postmaster)?

best,
Christoph

В списке pgsql-general по дате отправления:

Предыдущее
От: Venkatesh Babu
Дата:
Сообщение: Re: Table UPDATE statement
Следующее
От: "Ian Harding"
Дата:
Сообщение: Re: basic trigger using OLD not working?